You can have classes nested within one another. You use dot notation to reference the nested class (Foo.Bar in this case to refer to the Bar class inside of Foo).

You can learn more about this in:
Run Edit